home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / NLoad / NLoadCommon.h < prev    next >
Encoding:
Text File  |  1991-04-10  |  195 b   |  9 lines

  1. #import <appkit/appkit.h>
  2.  
  3. #define APPLICATION "NLoad"
  4. #define getDefault(s) NXGetDefaultValue(APPLICATION, s)
  5.  
  6. #define WIDTH ((NX_TOKENWIDTH * 3) / 2)
  7. #define HEIGHT ((NX_TOKENHEIGHT * 3) / 2)
  8.  
  9.